From 90aa9755623854331a70a67223c2c37f9c2474ac Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 31 Jan 2008 14:14:23 +0000 Subject: [PATCH] Remove unused find-gcc-3 script. Signed-off-by: Keir Fraser --- tools/firmware/etherboot/find-gcc-3 | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 tools/firmware/etherboot/find-gcc-3 diff --git a/tools/firmware/etherboot/find-gcc-3 b/tools/firmware/etherboot/find-gcc-3 deleted file mode 100755 index 253f6455ed..0000000000 --- a/tools/firmware/etherboot/find-gcc-3 +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -for gcc in gcc-3.4 gcc34 gcc-3.3 gcc33 gcc-3.2 gcc32; do - if type -p $gcc >&2; then - echo "CC=$gcc"; exit 0 - fi -done - -echo >&2 'We need GCC 3 for Etherboot.' -false -- 2.30.2